PreviousNextTracker indexSee it online !

(4/8) 1011 - PMD 5.3.7

{{{ PMDPlugin 5.3.7
Source: Source code is in git with the tag 5.3.7
Announcement: updated to PMD 5.3.7
Requires Java 1.7
Requires jEdit 05.02.01.00
Required plugins:
Common Controls 1.7.4 (CommonControlsPlugin)
ErrorList 2.3 (errorlist.ErrorListPlugin)
Jakarta Commons 0.9 (jakartacommons.JakartaCommonsPlugin)
RhinoPlugin 1.7R4 (rhino.RhinoPlugin)

Short Description: The PMD plugin is a Java source code analysis tool.

Long Description: <html>
<p>PMD is a Java source code analysis tool - it checks your code for unused fields, empty try/catch/finally/if/while blocks, unused method parameters, and stuff like that. There's much more info at <a href="http://pmd.sf.net/">http://pmd.sf.net/</a>. Share and enjoy!</p>
</html>
}}}

Submitted daleanson - 2016-05-26 20:39:48.326000 Assigned elberry
Priority 5 Labels
Status open Group None
Resolution None

Comments

2016-06-22 20:38:11.446000
elberry

- **status**: open --> pending
- **assigned_to**: Townsfolk

2016-06-22 20:38:11.661000
elberry

Getting compile error:
~~~
[javac] Compiling 31 source files to /Users/elberry/development/projects/jedit/sandbox/plugins/PMDPlugin-5.3.7/PMDPlugin/build
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
[javac] /Users/elberry/development/projects/jedit/sandbox/plugins/PMDPlugin-5.3.7/PMDPlugin/src/net/sourceforge/pmd/jedit/checkboxtree/DefaultTreeCheckingModel.java:713: error: ')' expected
[javac] .append(path.toString().append('\n');
[javac] ^
[javac] 1 error
~~~

Please fix and re-tag.

2016-06-22 20:56:08.995000
daleanson

Thanks, I've found another bug in this also, I'll get them both fixed and resubmit.

2016-06-24 18:20:05.860000
daleanson

- **status**: pending --> open

2016-06-24 18:20:06.080000
daleanson

Bugs are fixed, same tag name.